/*
* 响应式
* Date: 2016-10-09
*/
.font-weight-bold {
  font-weight: 400;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-font-feature-settings: 'liga', 'kern';
}
@media (max-width: 1024px) {
  .container {
    width: 994px;
  }
  .header .aw-search-box {
    width: 725px;
  }
  .header .aw-search-box input {
    width: 570px;
  }
  .home .container {
    width: 994px;
  }
  .wegene-wgs-product-wrap .item {
    width: 470px;
  }
  .dashboard .my-gene {
    padding: 30px;
  }
  .dashboard .my-gene ul li.active {
    width: 260px;
    padding: 10px;
    margin-left: -10px;
  }
  .dashboard .side-content .update ul li img {
    width: 80px;
    height: 80px;
    margin-left: 0;
  }
  .dashboard .side-content .play .swiper .swiper-slide {
    width: 165px;
  }
  .home-features h2 {
    font-size: 34px;
  }
  .home-features .features-list li {
    width: 192px;
  }
  .home-features img {
    width: 440px;
  }
  .home-demo {
    background-position: -440px 0;
  }
  .home-lab .item {
    width: 228px;
  }
  .home-partner ul {
    width: 100%;
  }
  .home-partner ul li {
    width: 140px;
  }
  .index-product .content {
    width: auto;
  }
  .index-product .content .btn {
    width: auto;
    min-width: 100px;
    margin: 20px 10px 0 0;
    font-size: 14px;
  }
  .index-product .sidebar {
    width: auto;
    margin-right: 0;
    padding-left: 0;
    border: none;
  }
  .index-product .sidebar .btn {
    width: 230px;
    font-size: 14px;
  }
  .product .product-detail .carousel-control.left img {
    width: 30px;
    margin: -45px 0 0 -45px;
  }
  .product .product-detail .carousel-control.right img {
    width: 30px;
    margin: -45px 0 0 20px;
  }
  .product .research-list .item {
    height: 95px;
    font-size: 14px;
  }
  .product .research-list .item a {
    padding: 20px;
  }
  .product .research-list .item i {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 24px;
  }
  .footer .sitemap dl {
    margin-left: 55px;
  }
  .skeleton-detail .body-left {
    width: 260px;
    margin-right: 30px;
  }
  .skeleton-detail .body-left ul li {
    width: 100%;
  }
  .skeleton-detail .body-right {
    float: right;
  }
  .skeleton-detail .body-right dl {
    width: 670px;
  }
  .skeleton-detail .body-right dl dt {
    width: 220px;
  }
  .skeleton-detail .body-right dl dd {
    width: 100%;
  }
  .setting-side-bar ul li.active {
    width: 100%;
  }
  .medal .list .mod-body ul {
    padding: 0 45px 70px;
  }
}
/* ipad竖屏 */
@media (max-width: 768px) {
  /*------------------------common------------------------*/
  input[type="text"],
  input[type="password"],
  textarea {
    -webkit-appearance: none;
  }
  .mobile-margin-top-10 {
    margin-top: 10px;
  }
  .mobile-margin-top-20 {
    margin-top: 20px;
  }
  .margin-top-60 {
    margin-top: 30px;
  }
  .form-normal {
    width: 100px;
  }
  .container {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    left: 0;
    margin: 0;
    padding: 0;
    overflow: hidden;
    transition: left 0.4s ease-in-out;
  }
  .container.animate-show {
    left: -255px;
  }
  .container.animate-hide {
    left: 0;
  }
  .new-header {
    position: relative;
    left: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
    transition: left 0.4s ease-in-out;
  }
  .new-header.animate-show {
    left: -255px;
  }
  .new-header.animate-hide {
    left: 0;
  }
  .row {
    margin-left: 0;
    margin-right: 0;
  }
  .col-lg-1,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-md-1,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-sm-1,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-xs-1,
  .col-xs-10,
  .col-xs-11,
  .col-xs-12,
  .col-xs-2,
  .col-xs-3,
  .col-xs-4,
  .col-xs-5,
  .col-xs-6,
  .col-xs-7,
  .col-xs-8,
  .col-xs-9 {
    padding-left: 0;
    padding-right: 0;
  }
  .color-block {
    height: auto;
    font-size: 30px;
  }
  .mod {
    padding: 20px;
    text-align: center;
    border-radius: 0;
  }
  .mod .mod-body h2 {
    margin: 10px 0 30px;
    font-size: 20px;
  }
  .mod .mod-body .title-wrap {
    margin: 10px 0 30px;
  }
  .mod.active .mod-head {
    min-height: 45px;
    line-height: 30px;
  }
  .mod.active .mod-head h2 {
    font-size: 20px;
  }
  .mod.active .mod-head h2 i {
    margin-right: 5px;
  }
  .mod.report .mod-body {
    padding: 0;
  }
  .sub-breadcrumbs .container {
    padding: 0 20px;
  }
  .aw-tips-bar .container {
    padding: 0 20px;
  }
  .aw-tips-bar.demo .content {
    padding-left: 20px;
    text-align: left;
  }
  .aw-container-wrap {
    padding: 0;
  }
  .header {
    height: 54px;
  }
  .header .container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .header .logo {
    position: absolute;
    left: 50%;
    margin: 14px 0 0 -75px;
  }
  .header .logo img {
    width: 150px;
  }
  .header .navbar {
    float: left;
    margin: 0;
  }
  .header .navbar .navbar-toggle {
    display: block;
    height: 52px;
    margin: 0;
    padding: 0;
    line-height: 52px;
  }
  .header .navbar .icon-bar {
    width: auto;
    height: auto;
    font-size: 20px;
    color: #26374e;
  }
  .header .aw-manage-bar .navbar-header {
    float: right !important;
  }
  .header .aw-manage-bar .navbar-header .navbar-toggle {
    display: block;
    height: 52px;
    line-height: 52px;
    margin: 0;
    padding: 0;
  }
  .pagehead .title {
    height: auto;
    padding: 30px 20px;
    font-size: 16px;
  }
  .pagehead .title h2 {
    margin-bottom: 5px;
    font-size: 32px;
  }
  .pagehead .title .circle-bg.max {
    width: 200px;
    height: 200px;
    top: -65px;
  }
  .pagehead .title .circle-bg.min {
    width: 180px;
    height: 180px;
    top: -55px;
    right: -60px;
  }
  .pagehead .title .icon {
    top: -10px;
    right: -10px;
    font-size: 85px;
  }
  .pagehead .title .toggle {
    left: auto;
    right: -33px;
    margin: 0;
    line-height: 44px;
    text-align: center;
  }
  .pagehead .title .toggle .icon {
    margin-left: 14px;
    font-size: 12px;
  }
  .pagehead .content {
    padding: 30px 20px;
    text-align: left;
  }
  .pagehead .content .container {
    width: 100%;
  }
  .pagehead .content .icon-delete {
    display: block;
  }
  .pagehead.health .title {
    height: auto;
    text-align: left;
  }
  .pagehead.case .title {
    height: auto;
  }
  .pagehead.case .img {
    margin: 20px 0 0;
  }
  .pagehead.pages {
    text-align: left;
  }
  .pagehead.pages .title {
    padding: 20px;
  }
  .pagehead.pages .title h2 {
    margin: 0;
  }
  .pagehead.shop .title h2 {
    font-size: 20px;
  }
  .pagehead.shop .price {
    margin: 0;
    font-size: 22px;
  }
  .pagehead.genefit .title {
    height: auto;
  }
  .pagehead.genefit p {
    margin-bottom: 20px !important;
  }
  .footer .container {
    padding: 0 20px;
  }
  .footer .sitemap {
    padding: 25px 0;
    line-height: 24px;
    font-size: 12px;
  }
  .footer .sitemap dl {
    margin-left: 20px;
  }
  .footer .sitemap img {
    margin: 0 5px;
    vertical-align: top;
    border-radius: 4px;
  }
  .footer .copyright {
    height: auto;
    line-height: 24px;
    padding: 0 0 20px;
  }
  .footer .copyright hr {
    margin-bottom: 20px;
  }
  .footer .copyright .languages {
    margin-top: 25px;
  }
  .footer .icon-weibo-2,
  .footer .icon-facebook {
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin: 0 5px;
  }
  .cke_top,
  .cke_toolbox {
    display: none;
    border: none !important;
  }
  /* 基因检测局限性 */
  .gene-limit-tips {
    padding-bottom: 0;
    background: #fff;
  }
  .gene-limit-tips .mod-body {
    padding: 0;
  }
  .gene-limit-tips dl {
    margin-top: 20px;
    padding-bottom: 20px;
  }
  .gene-limit-tips dl dt i {
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-size: 14px;
  }
  .gene-limit-tips dl dd {
    margin-left: 35px;
  }
  .gene-limit-tips ul li.last {
    margin-top: 10px;
  }
  /* end 基因检测局限性 */
  /* 我还能做什么 */
  .what-can-i-do .item {
    padding: 30px 0;
    border-top: 1px solid #eceff1;
  }
  .what-can-i-do .col-sm-12:first-child .item {
    padding-top: 0;
    border-top: none;
  }
  .what-can-i-do .col-sm-12:last-child .item {
    padding-bottom: 0;
  }
  .what-can-i-do i {
    width: 65px;
    height: 65px;
    line-height: 65px;
  }
  /* end 我还能做什么 */
  .setting-tabs {
    margin-bottom: 20px;
  }
  .setting-tabs.mobile {
    overflow: scroll;
  }
  .setting-tabs.mobile ul {
    width: 430px;
    height: auto;
    overflow: hidden;
  }
  .setting-tabs.mobile ul li {
    float: left;
    margin-left: 15px;
  }
  .setting-tabs.mobile ul li:first-child {
    margin-left: 0;
  }
  .videowrap {
    padding: 30px;
  }
  .videowrap i {
    top: 10px;
    right: 10px;
    font-size: 18px;
  }
  .research-institute-result {
    width: 100%;
  }
  /*------------------------common------------------------*/
  /* 新版本活动 2016-12-14 */
  .activity {
    height: 444px;
    background-image: url('../img/activity/home-activity-m.png');
    background-size: 375px 444px;
    background-position: center center;
    background-color: #4fb1f7;
    background-repeat: no-repeat;
  }
  /*------------------------首页------------------------*/
  .home-wrap .container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .home-wrap .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .home-wrap .col-lg-1,
  .home-wrap .col-lg-10,
  .home-wrap .col-lg-11,
  .home-wrap .col-lg-12,
  .home-wrap .col-lg-2,
  .home-wrap .col-lg-3,
  .home-wrap .col-lg-4,
  .home-wrap .col-lg-5,
  .home-wrap .col-lg-6,
  .home-wrap .col-lg-7,
  .home-wrap .col-lg-8,
  .home-wrap .col-lg-9,
  .home-wrap .col-md-1,
  .home-wrap .col-md-10,
  .home-wrap .col-md-11,
  .home-wrap .col-md-12,
  .home-wrap .col-md-2,
  .home-wrap .col-md-3,
  .home-wrap .col-md-4,
  .home-wrap .col-md-5,
  .home-wrap .col-md-6,
  .home-wrap .col-md-7,
  .home-wrap .col-md-8,
  .home-wrap .col-md-9,
  .home-wrap .col-sm-1,
  .home-wrap .col-sm-10,
  .home-wrap .col-sm-11,
  .home-wrap .col-sm-12,
  .home-wrap .col-sm-2,
  .home-wrap .col-sm-3,
  .home-wrap .col-sm-4,
  .home-wrap .col-sm-5,
  .home-wrap .col-sm-6,
  .home-wrap .col-sm-7,
  .home-wrap .col-sm-8,
  .home-wrap .col-sm-9,
  .home-wrap .col-xs-1,
  .home-wrap .col-xs-10,
  .home-wrap .col-xs-11,
  .home-wrap .col-xs-12,
  .home-wrap .col-xs-2,
  .home-wrap .col-xs-3,
  .home-wrap .col-xs-4,
  .home-wrap .col-xs-5,
  .home-wrap .col-xs-6,
  .home-wrap .col-xs-7,
  .home-wrap .col-xs-8,
  .home-wrap .col-xs-9 {
    padding-left: 15px;
    padding-right: 15px;
  }
  /* banner */
  .banner {
    position: relative;
    height: auto;
  }
  .banner .sidebar {
    position: absolute;
    left: -32%;
    top: 0;
    overflow: hidden;
  }
  .banner .sidebar img {
    width: 385px;
    margin: -20px 0 0 0;
  }
  .banner ul {
    margin-bottom: 20px;
  }
  .banner h2 {
    margin: 40px 0 0;
    font-size: 26px;
    line-height: 34px;
  }
  .banner hr {
    width: 180px;
    margin: 20px 0;
  }
  .banner .swiper-container .item {
    height: 410px;
  }
  .banner .swiper-container .second h2 {
    font-size: 30px;
    margin-top: 70px;
  }
  .banner .swiper-container .second ul {
    margin: 20px 0 50px;
  }
  .banner .swiper-container .second .price {
    width: 100%;
  }
  .banner .swiper-container .second .price span {
    float: none;
    text-align: center;
    color: #4fb1f7;
  }
  .banner .swiper-container .second .price .btn {
    margin-top: 20px;
  }
  .banner .swiper-container .third .sidebar {
    position: relative;
    left: auto;
    top: auto;
    text-align: center;
  }
  .banner .swiper-container .third .sidebar img {
    margin: 15px auto;
    width: 250px;
  }
  .banner .swiper-container .third .sidebar .tag {
    margin: 0;
  }
  .banner .swiper-container .third .content {
    text-align: center;
  }
  .banner .swiper-container .third h2 {
    margin: 0;
    font-size: 36px;
    line-height: 36px;
  }
  .banner .swiper-container .third h2 span {
    font-size: 24px;
  }
  .banner .swiper-container .third p {
    font-size: 12px;
  }
  .banner .swiper-container .third .price {
    margin: 0;
  }
  .banner .swiper-container .third .price .btn {
    margin: 8px 0 15px;
  }
  .banner .swiper-container .third .price b {
    font-size: 24px;
    font-weight: 300;
  }
  .banner .swiper-container .four .bg {
    height: 410px;
  }
  .banner .price {
    width: 100%;
  }
  .banner .price span {
    float: right;
    display: block;
    width: auto;
    border: none;
    height: 40px;
    line-height: 50px;
    font-size: 32px;
    color: #4fb1f7;
    text-align: right;
  }
  .banner .price .control {
    float: none;
    height: 110px;
  }
  .banner .price .btn {
    width: 100%;
    height: 50px;
    margin: 30px 0;
    line-height: 50px;
    border-radius: 4px;
  }
  /* end banner */
  /* 祖源 */
  .home-ancestry {
    height: auto;
    background-color: #fff;
    background-position: center bottom;
    background-size: 200%;
  }
  .home-ancestry img {
    top: 0;
    z-index: 1;
    width: 100%;
    margin-bottom: 20px;
  }
  .home-ancestry h2 {
    margin: 20px 0 0;
    font-size: 26px;
    color: #333;
  }
  .home-ancestry i {
    width: 30px;
    height: 25px;
    line-height: 25px;
    margin-top: 14px;
    font-size: 16px;
    border-radius: 4px;
  }
  .home-ancestry dl dd {
    margin-left: 40px;
  }
  .home-ancestry img {
    margin-top: 30px;
  }
  .home-ancestry .video {
    position: relative;
    bottom: 0;
    right: 0;
    top: 0;
    z-index: 2;
    width: 160px;
    height: 30px;
    margin-top: 10px;
    padding-left: 20px;
    line-height: 30px;
    background: #4fb1f7;
    color: #fff;
    text-align: center;
    border-radius: 16px;
  }
  .home-ancestry .video a {
    color: #fff;
  }
  .home-ancestry .video .circle {
    position: absolute;
    left: 2px;
    top: 2px;
    width: 26px;
    height: 26px;
    background: #fff;
  }
  .home-ancestry .video i {
    position: absolute;
    left: 9px;
    top: 7px;
    width: 0;
    height: 0;
    margin: 0;
    border-top: 6px solid transparent;
    border-left: 10px solid #4fb1f7;
    border-bottom: 6px solid transparent;
    background: #fff;
    border-radius: 0;
  }
  /* end 首页祖源 */
  /* 运动 */
  .home-sports {
    height: 480px;
    background-position: center top;
    background-size: 200%;
  }
  .home-sports img {
    width: 100%;
    margin: 370px 0 0;
  }
  .home-sports i {
    width: 30px;
    height: 25px;
    line-height: 25px;
    margin-top: 14px;
    font-size: 16px;
    border-radius: 4px;
  }
  .home-sports h2 {
    margin: 250px 0 0;
    font-size: 26px;
    line-height: 40px;
  }
  .home-sports dl {
    margin: 0;
  }
  .home-sports dl dd {
    margin: 0;
  }
  /* end 祖源 */
  /*  features */
  .home-features {
    height: 650px;
    padding: 0;
    overflow: hidden;
  }
  .home-features h2 {
    margin-top: 30px;
    font-size: 24px;
    line-height: 36px;
    color: #333;
  }
  .home-features h2:first-child {
    margin-top: 70px;
  }
  .home-features .container {
    padding: 0;
  }
  .home-features .features-list {
    position: relative;
    top: 0;
    height: auto;
    overflow: hidden;
  }
  .home-features .features-list li {
    width: 33.3333%;
    height: 100px;
    font-size: 14px;
  }
  .home-features .features-list li:first-child,
  .home-features .features-list li:last-child {
    border-radius: 0;
  }
  .home-features .features-list li:first-child,
  .home-features .features-list li:nth-child(2) {
    width: 50%;
  }
  .home-features .features-list li i {
    margin: 24px 0 5px;
    font-size: 26px;
  }
  .home-features .content {
    padding: 0 35px;
  }
  .home-features .sidebar {
    margin-top: 30px;
  }
  .home-features .sidebar img {
    width: 300px;
  }
  /*  features */
  /*  discover */
  .home-discover {
    height: auto;
    overflow: hidden;
  }
  .home-discover .left,
  .home-discover .right {
    float: none;
    width: 100%;
    background-size: 200%;
    font-size: 14px;
  }
  .home-discover .left .wrap,
  .home-discover .right .wrap {
    float: none;
    width: 100%;
    padding: 0 20px;
  }
  .home-discover h2 {
    margin-bottom: 30px;
    font-size: 24px;
  }
  .home-discover .left {
    height: 370px;
    background-position: left bottom;
  }
  .home-discover .left .content {
    float: right;
    max-width: 250px;
    text-align: right;
    padding: 35px 0;
  }
  .home-discover .right {
    height: 320px;
  }
  .home-discover .right .content {
    float: left !important;
    max-width: 300px;
    padding: 35px 0;
    text-align: left;
  }
  /* end  discover */
  /*  home-tips */
  .home-tips {
    padding: 30px 15px;
  }
  .home-tips h2 {
    margin-bottom: 30px;
    font-size: 24px;
    text-align: center;
    color: #333;
  }
  .home-tips .news h2 {
    margin-top: 30px;
  }
  /* end  home-tips */
  /*  home-partner */
  .home-partner {
    margin-bottom: 60px;
    padding: 0 15px 30px;
  }
  .home-partner h2 {
    margin-bottom: 30px;
    font-size: 24px;
    text-align: center;
    color: #333;
  }
  .home-partner ul {
    height: auto;
    overflow: hidden;
  }
  .home-partner ul li {
    float: left;
    width: 50%;
    margin: 15px 0;
    text-align: center;
  }
  .home-partner ul li:first-child {
    margin: 10px 0;
  }
  .home-partner ul li img {
    height: 30px;
  }
  /* end  home-partner */
  /*  index-product */
  .index-product {
    padding: 60px 0 45px;
  }
  .index-product h2 {
    font-size: 24px;
    color: #333;
  }
  .index-product .sidebar {
    float: none;
    width: 100%;
    margin: 0;
    padding-left: 15px;
    border: none;
  }
  .index-product .sidebar .btn {
    width: 100%;
    margin: 20px 0 0;
  }
  .index-product .content {
    float: none;
    width: 100%;
    margin-top: 50px;
  }
  .index-product .content .btn {
    width: 100%;
    margin: 20px 0 0;
  }
  /* end  index-product */
  /*------------------------end首页------------------------*/
  /*------------------------我的基因------------------------*/
  /*------------------------end我的基因------------------------*/
  /* 报告列表 */
  .report .setting-tabs.mobile ul {
    width: 940px;
  }
  .my-report-list table {
    position: relative;
  }
  .my-report-list table tr th,
  .my-report-list table tr td {
    padding: 0;
  }
  .my-report-list table tr td {
    line-height: 30px;
  }
  .my-report-list tr th .desc {
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -80px;
  }
  /* end 报告列表 */
  /*------------------------报告详情页------------------------*/
  .report-detail h4 {
    font-size: 16px;
  }
  .report-detail .my-result .risk-graph {
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e6e6e6;
  }
  .report-detail .my-result .risk-graph .progressbar {
    margin: 5px 20px;
  }
  .report-detail .my-result .risk-graph .progressbar p {
    float: left;
  }
  .report-detail .my-result .risk-graph .progressbar .graph {
    width: 100%;
    margin: 2px 0 15px;
  }
  .report-detail .my-result.drugs dl {
    margin: 0;
    padding: 20px 0;
  }
  .report-detail .my-result.drugs dl ul li {
    padding: 10px 20px;
  }
  .report-detail .my-result.drugs dl ul li b {
    width: 85px;
    text-align: left;
  }
  .report-detail .my-result.drugs dl ul li p {
    text-align: left;
  }
  .report-detail .my-result.drugs.nutrition dl ul li b {
    width: 100px;
  }
  .report-detail .my-gene-risk {
    width: 280px;
    margin: 0 auto;
  }
  .report-detail .my-gene-risk .bg {
    width: 280px;
    height: 63px;
    background: url('../img/report-people-m.png') no-repeat;
    background-size: 280px 63px;
  }
  .report-detail .my-gene-risk .bg.active {
    background: url('../img/report-people-active-m.png') no-repeat;
    background-size: 280px 63px;
  }
  .report-detail .my-gene-risk img {
    position: absolute;
    width: 28px;
    margin: 40px 0 0 -14px;
  }
  .report-detail .people-position img {
    width: 270px;
    margin: 0;
  }
  .report-detail .people-position #svg {
    width: 270px;
  }
  .report-detail .people-position .xAxis {
    width: 270px;
  }
  .report-detail .people-position .tips {
    left: -22px;
    font-size: 12px;
  }
  .report-detail .genodata-reference {
    padding: 0 0 0 20px;
  }
  .report-detail .genodata-reference li {
    text-align: left;
  }
  .report-detail .result-conclusion {
    margin-top: 30px;
    border-top: 1px solid #e6e6e6;
  }
  .report-detail .result-conclusion .risk-graph {
    margin: 0 0 20px;
  }
  .report-detail .result-conclusion .risk-graph .progressbar {
    margin: 30px 0 0;
  }
  .report-detail .result-conclusion .risk-graph .progressbar h4 {
    float: left;
    width: 50%;
    margin: 0 0 15px;
    text-align: left;
    line-height: 24px;
  }
  .report-detail .result-conclusion .risk-graph .progressbar p {
    float: right;
    margin: 0;
    line-height: 48px;
  }
  .report-detail .nutrition-suggest .mod-body {
    width: auto;
  }
  .report-detail .related-know .mod-body {
    padding: 0;
  }
  .report-detail .related-know p {
    text-align: left;
  }
  .report-detail .related-know ol,
  .report-detail .related-know ul {
    text-align: left;
    line-height: 28px;
  }
  /*------------------------end报告详情页------------------------*/
  /* 位点列表 */
  .genotype-list-box {
    margin: 35px 0 0;
  }
  .genotype-list-box .menu {
    margin-bottom: 0;
  }
  .genotype-list-box .list {
    margin-top: 10px;
  }
  .genotype-list-box .list .list-head {
    padding: 0;
  }
  .genotype-list-box .list .list-body .content {
    padding: 0;
  }
  .genotype-list-box .list .list-body .toggle {
    padding: 10px 0;
  }
  .genotype-list-box .list .list-body .toggle ol li {
    float: left;
    margin: 0;
    padding: 0;
    width: 33.333%;
  }
  .genotype-list-box .list .list-body .toggle i {
    right: auto;
    left: 25px;
  }
  .genotype-list-box .list .list-body .gene-position {
    width: 30%;
    text-align: left;
  }
  .genotype-list-box .list .list-body .my-gene {
    width: 70%;
  }
  .genotype-list-box.table .list .list-body .gene-position,
  .genotype-list-box.table .list .list-body .gene-name,
  .genotype-list-box.table .list .list-body .my-gene {
    width: 33.333%;
    text-align: center;
  }
  .genotype-list-box.table .list .list-body .toggle {
    height: auto;
    padding: 10px;
  }
  .genotype-list-box.table .list .list-body .toggle ol li {
    width: 100%;
  }
  .genotype-list-box.table .list .list-body .desc {
    padding: 0;
  }
  /* end 位点列表 */
  /*------------------------产品页面------------------------*/
  .product {
    position: relative;
  }
  .product .product-detail {
    padding: 0 20px 30px;
  }
  .product .product-detail .carousel-inner {
    width: 100%;
    height: auto;
    border: none;
    border-top: 1px solid #eceff1;
  }
  .product .product-detail .carousel-indicators {
    margin: 0;
  }
  .product .product-detail .desc {
    margin-top: 20px;
  }
  .product .research-list .row {
    margin-left: -10px;
    margin-right: -10px;
  }
  .product .research-list .col-xs-6 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .product .research-list .item {
    height: 85px;
    margin-bottom: 15px;
    text-align: left;
    font-size: 12px;
  }
  .product .research-list .item a {
    padding: 23px 15px;
  }
  .product .research-list .item b {
    margin: 0;
    font-size: 16px;
  }
  .product .research-list .item i {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
  }
  .product .service-process {
    padding-bottom: 0;
  }
  .product .service-process .service-process-list .item {
    min-height: auto;
    padding: 20px;
    text-align: left;
  }
  .product .service-process .service-process-list .item p {
    margin-bottom: 0;
  }
  .product .fixedbar {
    width: 100%;
    height: 80px;
    margin-bottom: 30px;
    padding: 15px 30px;
    background: #f5f5f5;
    border-top: 1px solid #eceff1;
    border-bottom: 1px solid #eceff1;
  }
  .product .fixedbar .btn {
    padding: 0 10px;
  }
  .product .fixedbar dl dt {
    float: left;
    width: 130px;
    padding-top: 4px;
    line-height: 20px;
    font-size: 12px;
    font-weight: 300;
  }
  .product .fixedbar dl dd {
    margin-left: 10px;
  }
  .product .fixedbar.active {
    margin: 0;
  }
  .product .fixedbar.active .content {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 80px;
    padding: 15px 30px;
    background: #f5f5f5;
    border-top: 1px solid #eceff1;
  }
  .product .buy-success .buy-share-box {
    width: 100%;
    height: 129px;
    padding: 0;
    background-size: 298px 129px;
  }
  .product .buy-success .buy-share-box .content {
    position: relative;
    width: 100%;
    height: auto;
    padding: 0 34px;
    text-align: center;
  }
  .product .buy-success .buy-share-box .content p {
    margin: 15px 0 0;
  }
  .product .buy-success .buy-share-box a {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 129px;
  }
  /*------------------------end产品页面------------------------*/
  /*------------------------购物车------------------------*/
  .shopping-cart-detail {
    line-height: 24px;
  }
  .shopping-cart-detail .container {
    width: 100%;
  }
  .shopping-cart-detail ul li {
    display: block;
    padding: 20px 30px;
  }
  .shopping-cart-detail .img {
    line-height: 24px;
  }
  .shopping-cart-detail .title,
  .shopping-cart-detail .num,
  .shopping-cart-detail .price {
    float: none !important;
    margin: 0;
    text-align: right;
    line-height: 24px;
  }
  .shopping-cart-detail .title {
    display: block;
    width: 100%;
    margin-bottom: 10px;
  }
  .shopping-cart-detail .num {
    margin-top: 30px;
  }
  .shopping-cart-detail .num .cart-num-control {
    margin: 0;
  }
  .shopping-cart-detail .price {
    padding: 0;
  }
  .shopping-cart .container {
    width: 100%;
  }
  .shopping-cart .total,
  .shopping-cart .pay {
    text-align: left;
  }
  .shopping-cart .price {
    display: block;
    margin-top: 5px;
  }
  .shopping-cart .total .btn {
    margin: 25px 0 0;
    width: 100%;
  }
  .shopping-cart .bill .promo-code input {
    width: 135px;
  }
  .shopping-cart .verify-code {
    text-align: left;
  }
  /*------------------------end购物车------------------------*/
  /*------------------------绑定页面------------------------*/
  /* 绑定进程 */
  .barcode-bind .mod {
    width: 100%;
  }
  .barcode-bind .mod .mod-head {
    margin-bottom: 30px;
  }
  .barcode-bind .mod .mod-body {
    padding: 0;
  }
  .barcode-bind .btn {
    width: 100%;
    margin-bottom: 10px;
  }
  .barcode-bind img {
    width: 100%;
  }
  .barcode-bind .step1 .mod-body,
  .barcode-bind .step3 .mod-body {
    padding: 0 15px;
  }
  .barcode-bind .step1 .btn-qrcode {
    position: absolute;
    right: 0;
    top: -10px;
    width: 70px;
  }
  .barcode-bind .step2 .btn {
    margin: 30px 0 10px;
  }
  .barcode-bind .step3 .btn {
    margin-bottom: 10px;
  }
  .barcode-bind .step3 .birthday select {
    width: 75px;
    margin: 0;
  }
  .barcode-bind .step4 .btn {
    margin: 100px 0 10px;
  }
  .barcode-bind-step {
    padding: 0;
    height: 85px;
  }
  .barcode-bind-step ul li {
    width: 25%;
    margin: 0;
    font-size: 12px;
  }
  .barcode-bind-step ul li em {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  .barcode-bind-step ul li i {
    display: none;
  }
  /* 绑定详情页 */
  .barcode-bind-detail .step {
    margin: 0;
    text-align: center;
  }
  .barcode-bind-detail .step b {
    font-size: 60px;
    line-height: 60px;
  }
  .barcode-bind-detail .item {
    padding: 0;
    border: none;
  }
  .barcode-bind-detail .bind-kit-box .btn {
    width: 100%;
    margin: 15px 0;
  }
  /*------------------------end绑定页面------------------------*/
  /*------------------------祖源页面------------------------*/
  /* 我的祖源 */
  .parentage .ancestry .nation {
    width: 100%;
    margin-bottom: 10px;
  }
  .parentage .ancestry .nation-box {
    font-size: 12px;
  }
  .parentage .ancestry .nation-list {
    width: 100%;
    margin: 0;
  }
  .parentage .ancestry .nation-list ul li {
    text-align: left;
  }
  .parentage .ancestry .nation-list ul li:first-child {
    padding-top: 15px;
  }
  .parentage .ancestry .nation-list ul li .children li:first-child {
    padding: 0;
  }
  .parentage .ancestry .nation-list ul .icon {
    top: 20px !important;
  }
  .parentage .timeline .box .bg ul li {
    width: 29px;
    margin: 0 3px;
    background: none;
  }
  .parentage .timeline .box .bg ul li:nth-child(2n) {
    background: none;
  }
  .parentage .timeline .box .bg ul li span {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
  }
  .parentage .timeline .box .list {
    position: relative;
    top: 0;
    margin-top: 20px;
  }
  .parentage .timeline .box .list .item {
    position: relative;
    margin-bottom: 15px;
  }
  .parentage .timeline .box .list .item .content {
    position: relative;
    z-index: 2;
  }
  .parentage .timeline .box .list .item hr {
    position: absolute;
    top: 40px;
    left: 0;
    z-index: 1;
    width: 100%;
    margin: 0;
    border-color: #e6e6e6;
  }
  .parentage .timeline .box .list .item b {
    font-size: 12px;
  }
  .parentage .timeline .box .list .item .tips {
    width: 100%;
    margin-top: 5px;
    padding: 10px;
    background: #f5f5f5;
    border-radius: 5px;
  }
  .parentage .timeline .box .list .item .icon {
    display: inline-block;
  }
  .parentage .analyse {
    text-align: left;
  }
  .parentage .analyse ol li {
    margin: 5px 0 0 16px;
  }
  .parentage .analyse .unlink {
    float: none !important;
    margin-top: 10px;
  }
  .parentage .all-ancestry .item {
    margin-bottom: 20px;
    text-align: left;
  }
  /*------------------------end祖源页面------------------------*/
  /*------------------------祖源单倍群页面------------------------*/
  .haplogroup .title-wrap {
    text-align: center;
  }
  .haplogroup .about-haplogroup {
    height: 400px;
    padding: 20px;
  }
  .haplogroup .about-haplogroup i {
    right: 257px;
  }
  .haplogroup .about-haplogroup ul li {
    width: 100%;
    margin: 0;
  }
  .haplogroup .about-haplogroup dl dd {
    max-width: 190px;
  }
  /*------------------------end祖源单倍群页面------------------------*/
  /*------------------------自定义页面 pages------------------------*/
  .aw-container-wrap.pages img {
    width: 100%;
  }
  .aw-container-wrap.pages p {
    text-align: left;
  }
  /*------------------------end自定义页面 pages------------------------*/
  .search-origin-box .mod-body {
    padding: 0 0 20px;
  }
  .search-origin-box .box {
    float: none !important;
    width: 80%;
    margin: 0 auto;
  }
  .search-origin-box .or {
    float: none !important;
    margin: 30px auto;
  }
  .tutorial .carousel {
    margin-bottom: 0 !important;
  }
  .tutorial .container {
    width: 100%;
  }
  .tutorial .mod {
    height: auto;
    padding: 20px 30px;
  }
  .tutorial .mod img {
    width: 100%;
  }
  .tutorial img {
    margin: 0 !important;
  }
  .error-404 {
    margin: 0;
    padding: 20px;
  }
  .error-404 .container {
    width: 100%;
  }
  .error-404 .mod {
    border-radius: 5px;
  }
  .error-404 .mod .mod-head img {
    width: 100%;
  }
}
/* iphone横屏幕 */
@media (max-width: 640px) {
  /* 首页运动 */
  .home-sports {
    height: 260px;
  }
  .home-sports img {
    margin-top: 200px;
  }
  .home-sports h2 {
    margin-top: 130px;
  }
  .product .compare-list {
    font-size: 12px;
  }
  .product .compare-list dl dt {
    text-align: left;
  }
  .product .compare-list dl dd {
    padding: 0 5px;
  }
  .product .compare-list dl.title dt,
  .product .compare-list dl.title dd {
    font-size: 12px;
  }
  .product .product-features ul li {
    position: relative;
    float: none;
    width: 100%;
    height: auto;
    min-height: 135px;
    margin: 0;
    padding: 25px 130px 25px 0;
    overflow: hidden;
    border-top: 1px solid #eceff1;
  }
  .product .product-features ul li img {
    position: absolute;
    right: 0;
    top: 50%;
    float: right;
    width: 110px;
    margin-top: -55px;
  }
  .product .product-features ul li h3 {
    margin: 0 0 10px;
  }
  .product .product-features ul li:first-child {
    border-top: none;
  }
  .product .product-features ul li:nth-child(2n) {
    padding: 25px 0 25px 130px;
  }
  .product .product-features ul li:nth-child(2n) img {
    right: auto;
    left: 0;
  }
  .product .product-features ul li:nth-child(2n) p {
    float: right;
  }
  /* 订单查询 */
  .invoice .container {
    width: 100%;
  }
  .invoice .query .mod-body {
    padding: 0;
  }
  .invoice .invoice-apply .mod-body {
    padding: 0;
  }
  .invoice .order-result ul li {
    text-align: left;
  }
  .invoice .order-result ul li ol li {
    width: 50%;
  }
  .invoice .order-result ul li ol li:nth-child(2) {
    text-align: right;
  }
  .invoice .order-result ul li ol li:nth-child(3) {
    text-align: left;
  }
}
/* iphone 6 plus 414 */
/* iphone 6 375px */
@media (max-width: 360px) {
  /*------------------------绑定页面------------------------*/
  /* 绑定进程 */
  .barcode-bind .step1 .mod-body,
  .barcode-bind .step3 .mod-body {
    padding: 0 20px;
  }
  /*------------------------end绑定页面------------------------*/
  /* 首页运动 */
  .home-sports img {
    margin-top: 215px;
  }
  /* 分享 */
  .share-title .icon-up {
    bottom: 15%;
  }
  .shopping-cart dl dt {
    width: 80px;
  }
  .shopping-cart dl dd {
    margin-left: 90px;
  }
}
/* iphone竖屏幕 */
@media (max-width: 320px) {
  .home-features h2 {
    font-size: 20px;
  }
  /* 首页运动 */
  .home-sports dl dd {
    font-size: 12px;
  }
  .home-partner ul li img {
    height: 28px;
  }
  /*------------------------产品页面 pages------------------------*/
  .product .research-list .item {
    height: 65px;
    padding: 10px;
  }
  .product .research-list .item i {
    width: 30px;
    height: 30px;
    margin-top: 7px;
    line-height: 30px;
    font-size: 16px;
  }
  .product .fixedbar.active .content {
    padding: 15px 10px;
  }
  .product .fixedbar.active .btn {
    padding: 0 5px;
  }
  /*------------------------end产品页面 pages------------------------*/
  .shopping-cart dl dt {
    width: 80px;
  }
  .shopping-cart dl dd {
    margin-left: 90px;
  }
  .shopping-cart .bill .pay-method {
    height: 40px;
    margin-top: -3px;
  }
  .shopping-cart .bill .pay-method img {
    width: 80px;
  }
  .shopping-cart .bill .promo-code input {
    width: 125px;
  }
  /*------------------------绑定页面------------------------*/
  /* 绑定进程 */
  .barcode-bind .step1 .mod-body,
  .barcode-bind .step3 .mod-body {
    padding: 0 10px;
  }
  /*------------------------end绑定页面------------------------*/
  /*------------------------报告详情页------------------------*/
  .report .my-report-list a.aw-hide-txt {
    white-space: normal;
  }
  .report-detail h4 {
    font-size: 14px;
  }
  .report-detail .my-result .risk-graph .progressbar p b {
    font-size: 30px;
  }
  /*------------------------end报告详情页------------------------*/
}
@media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-min-device-pixel-ratio: 3) {
  .shopping-cart {
    padding-bottom: 50px;
  }
}
